git fixup
λ git commit --fixup
とその後のrebaseを楽にするコマンド
以下の2つのことをする
fzf
を用いてfixupする対象を選択
その後、その対象のまででrebase
branch全体のrebaseはしない
fixup後に数を数えて
rebase -i @~N
するのが不毛なので作った
mrsekut.icon
実装
https://github.com/mrsekut/dotfiles/blob/master/nix/git/git-fixup.zsh